* isearch.el (isearch-cmds): Doc clarification.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:02:37 +0000 (20:02 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:02:37 +0000 (20:02 -0800)
lisp/ChangeLog
lisp/isearch.el

index 4da077df4fcd8c117345fb11e66a4b149b001064..7782eafc752ff5c9a128af981290f6b4cd834525 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * isearch.el (isearch-cmds): Doc clarification (bug#15547).
+
        * replace.el (replace-match-maybe-edit): Doc clarification
        (bug#15632).
 
index 4749846d5098f25e96070051fd6a09895864966c..9da1019bf4652ed8effd34dd40cb585125fa7a38 100644 (file)
@@ -569,8 +569,8 @@ matches literally, against one space.  You can toggle the value of this
 variable by the command `isearch-toggle-lax-whitespace'.")
 
 (defvar isearch-cmds nil
-  "Stack of search status sets.
-Each set is a vector of the form:
+  "Stack of search status elements.
+Each element is an `isearch--state' struct where the slots are
  [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD
   INVALID-REGEXP WRAPPED BARRIER WITHIN-BRACKETS CASE-FOLD-SEARCH]")